Adwaita: add a top border to the filechooser bottom bar
authorLapo Calamandrei <calamandrei@gmail.com>
Tue, 16 Feb 2016 19:49:05 +0000 (20:49 +0100)
committerLapo Calamandrei <calamandrei@gmail.com>
Tue, 16 Feb 2016 19:49:05 +0000 (20:49 +0100)
gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index 719df06e67dbcd0837a7bd10b94e9efc2b324a15..d6a46c9a5c6a5feac30ad5a3da74fea47584e560 100644 (file)
@@ -3253,6 +3253,8 @@ filechooser {
   }
 
   #pathbarbox { border-bottom: 1px solid $bg_color; }
+
+  actionbar > revealer > box { border-top: 1px solid $borders_color; } // this is the bottom bar when present
 }
 
 
index 6ab9fa7bd35cc6df14271f304ff85bffdceeb3d8..d92da55e5b4e8bdc10acfa841e072dc1d5d8c77d 100644 (file)
@@ -3757,6 +3757,8 @@ filechooser .dialog-action-box {
     border-top-color: #1f2222; }
 filechooser #pathbarbox {
   border-bottom: 1px solid #393f3f; }
+filechooser actionbar > revealer > box {
+  border-top: 1px solid #1c1f1f; }
 
 /***********
  * Sidebar *
index ace2d7922d60253a181a91941e9a415a0ebe42c0..3c59cb536a92524c96c059dc19bfd4ed1cdcbf7b 100644 (file)
@@ -3796,6 +3796,8 @@ filechooser .dialog-action-box {
     border-top-color: #a5a5a1; }
 filechooser #pathbarbox {
   border-bottom: 1px solid #e8e8e7; }
+filechooser actionbar > revealer > box {
+  border-top: 1px solid #9d9d99; }
 
 /***********
  * Sidebar *